home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / tsync1_8.zip / readme.txt < prev    next >
Text File  |  1994-07-27  |  4KB  |  88 lines

  1.  
  2.                                TIMESYNC                         3/21/94
  3.  
  4. DESCRIPTION:
  5.  
  6.   Timesync is a simple winsock app that sets your PC's clock to match the 
  7. time on a remote host.  The remote host must be provide the Unix time 
  8. service on port 37 (timesync does NOT use NTP).  This should make the time 
  9. setting accurate at least 1 second.  
  10.  
  11.   The host you get the time from should be a local machine (preferrably with
  12. accurate time set via something like NTP). Timesync makes no adjustments for
  13. network or cpu delays.  It simply gets the time, sets the clock, and exits.
  14.  
  15. TERMS OF USE:
  16.  
  17.   This application is released into the Public Domain for no charge.
  18.  
  19. AUTHOR:
  20.  
  21.    Brad Greer                                     brad@cac.washington.edu
  22.    University of Washington
  23.    Networks and Distributed Computing
  24.  
  25. LOCATION:
  26.  
  27.    The most current version of Timesync should be anonymously ftp'able
  28. from ftphost.cac.washington.edu:/pub/winsock.
  29.  
  30. CHANGE LOG:
  31.   1.8 - corrected a timing problem that could make timesync giveup when 
  32.         using a slow server. 
  33.  
  34.   1.7 - Corrected Daylight Savings time to happen on the 1st sunday in April
  35.         instead of the last. Put source tree on ftp.cac.
  36.  
  37.   1.6 - Change "Daylight Savings" text to say "U.S. Daylight Savings".
  38.  
  39.   1.4,1.5 - Internal changes to correct for overflow conditions.  These
  40.             seemed to primarily affect users in Australia.
  41.  
  42.   1.3 - time and date are now displayed as per your Windows International 
  43.         settings.  The offset from GMT can be set to negative values via the
  44.         configuration menu.
  45.  
  46.   1.2 - not released.
  47.  
  48.   1.1 - fixed wrong version number request during Winsock Initialization. 
  49.         This allowed timesync to now work with Trumpet Winsock #17/#18 (and
  50.         probably others).
  51.  
  52.   1.0 - initial release.  Worked ok with LanWorkplace Winsock.
  53.  
  54. KNOWN BUGS:
  55.  
  56.   If you have your control panel set to show time in a 12 hour format with no 
  57.   AM/PM indication, Timesync will always set your time to the AM.  This seems
  58.   to be a behaviour of the Visual Basic Time Setting Function as shipped by
  59.   Microsoft.  I suggest you add either AM/PM indication or use a 24 hour time 
  60.   format.
  61.  
  62. HOW TO INSTALL:
  63.  
  64.   1. run setup (in this directory) - this should copy all required 
  65.      files onto your harddisk.
  66.  
  67.   2. double click on the new timesync icon - this will bring up a 
  68.      configuration screen since you will not have a valid timesync.ini 
  69.      file.  If the configuratin screens reappears after you entered
  70.      all your data, it is because your winsock could not resolve the name
  71.      you entered for a timesync host.  Try again.  At worst, you may
  72.      have to use an IP number for the hostname.
  73.  
  74.      Note - The delay option was put in for when one has many PC's
  75.      that all use a cron-like program to set their clocks at the same 
  76.      time each day.   This option's random delay of 10-41 seconds will 
  77.      prevent the PC's from making their requests to simultaneously,
  78.      so the timeserver is able to handle alot more clients.  Most people
  79.      probably won't find this useful.
  80.  
  81.   3. you can then remove this directory containing the setup disk image.
  82.      You may want to keep a backup copy on a floppy. 
  83.  
  84.   If you need to change the ini settings after timesyc is configured,
  85. you can edit the timesync.ini file OR remove timesync.ini and rerun timesync 
  86. to see the configuration screen OR double click the timesync icon when it is 
  87. running (it stays on the screen for 3 seconds after it set the time).
  88.